home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 165 / XENIATGM165.ISO / cddata / midframe.cxt / 00010_demo_menu2.swf / scripts / DefineButton2_14 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2003-05-29  |  199 b   |  6 lines

  1. on(release){
  2.    _parent["b" + _root.pressione].gotoAndStop(1);
  3.    _root.pressione = Number(_name.substring(1,_name.length));
  4.    getURL("event: setdemo " + _name.substring(1,_name.length),"");
  5. }
  6.